Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupSparkline Method / GroupSparkline(CellRange[]) Method
Location


In This Topic
    GroupSparkline(CellRange[]) Method
    In This Topic
    Groups the sparkline to the active sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Function GroupSparkline( _
       ByVal location() As CellRange _
    ) As ExcelSparklineGroup
    'Usage
     
    
    Dim instance As SheetView
    Dim location() As CellRange
    Dim value As ExcelSparklineGroup
     
    value = instance.GroupSparkline(location)
    public ExcelSparklineGroup GroupSparkline( 
       CellRange[] location
    )

    Parameters

    location
    Location
    See Also